home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / oil12.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1996-10-06  |  381b  |  13 lines

  1. /* Create an icon for OIL on the desktop                       */
  2. /* Execute this program after you have copied all of the files */
  3. /* in a subdirectory of your choice                            */
  4. title="Oil"
  5. classname='WPProgram'
  6. location='<WP_DESKTOP>'
  7. curdir=directory()
  8. result=SysCreateObject(classname,title,location,'PROGTYPE=PM;EXENAME='curdir'\oil.exe;')
  9.  
  10.  
  11.  
  12.  
  13.